go/types.Checker.useN (method)

3 uses

	go/types (current package)
		call.go#L983: func (check *Checker) use(args ...ast.Expr) bool { return check.useN(args, false) }
		call.go#L988: func (check *Checker) useLHS(args ...ast.Expr) bool { return check.useN(args, true) }
		call.go#L990: func (check *Checker) useN(args []ast.Expr, lhs bool) bool {